home *** CD-ROM | disk | FTP | other *** search
/ Arcade Classics / Arcade Classics.iso / Start.bat < prev   
DOS Batch File  |  1999-11-07  |  573b  |  37 lines

  1. @echo off
  2. cls
  3. :loop
  4.   if not exist \data\gm_win.exe goto fout
  5.   \data\gm_win.exe
  6.   goto einde
  7. :fout
  8.   :D
  9.     if not exist d:\data\gm_win.exe goto E
  10.     d:
  11.     cd \
  12.     goto loop
  13.   :E
  14.     if not exist e:\data\gm_win.exe goto F
  15.     e:
  16.     cd \
  17.     goto loop
  18.   :F
  19.     if not exist f:\data\gm_win.exe goto C
  20.     f:
  21.     cd \
  22.     goto loop
  23.   :C
  24.     if not exist c:\data\gm_win.exe goto onbekend
  25.     c:
  26.     cd \
  27.     goto loop
  28.   :onbekend
  29.     @echo off
  30.     cls
  31.     echo GM_WIN.EXE niet gevonden....
  32.     pause
  33.     goto einde
  34. :einde
  35. @echo off
  36. cls
  37.